projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1567c4
)
(decode_coding_object): Revert part of last change.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Thu, 27 Mar 2008 20:24:55 +0000
(20:24 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Thu, 27 Mar 2008 20:24:55 +0000
(20:24 +0000)
src/coding.c
patch
|
blob
|
history
diff --git
a/src/coding.c
b/src/coding.c
index 01a678e2eaf50c1515d6b1771733a2cfad620ae6..d862ed133abf115e743a1dd20456a36a9d5b9bc0 100644
(file)
--- a/
src/coding.c
+++ b/
src/coding.c
@@
-7048,7
+7048,10
@@
decode_coding_object (coding, src_object, from, from_byte, to, to_byte,
{
code_conversion_save (0, 0);
coding->dst_object = Qnil;
- coding->dst_multibyte = !CODING_FOR_UNIBYTE (coding);
+ /* Most callers presume this will return a multibyte result, and they
+ won't use `binary' or `raw-text' anyway, so let's not worry about
+ CODING_FOR_UNIBYTE. */
+ coding->dst_multibyte = Qt;
}
decode_coding (coding);